home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000017_news@columbia.edu _Fri Oct 11 11:34:52 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id LAA16571 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 11 Oct 1996 11:34:52 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id LAA17142 for kermit.misc@watsun; Fri, 11 Oct 1996 11:34:51 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Another, another suggestion ...
  8. Date: 11 Oct 1996 15:34:26 GMT
  9. Organization: Columbia University
  10. Lines: 13
  11. Message-ID: <53lpe2$5al@apakabar.cc.columbia.edu>
  12. References: <52ah96$jvo@gnews2.voicenet.com> <52c0se$soa@gnews2.voicenet.com> <52c7gk$9t6@apakabar.cc.columbia.edu> <53llac$2c2@gaia.ns.utk.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <53llac$2c2@gaia.ns.utk.edu>,
  16. Deutscher <sad@utkux.utcc.utk.edu> wrote:
  17. : What is this sixel terminal and which kermit versions support it?
  18. : I am running 5a(190) for OS/2 right now and am _starved_ for some
  19. : minimal graphics .... Cheers. Stefan
  20. Sixel was originally intended as a way to send images to dot-matrix printers
  21. like the LA50.  It is also supported by the VT340 and up.  The only Kermit
  22. program that supports it, presently, is MS-DOS Kermit.  OS/2 C-Kermit can't
  23. do it because it is a console mode application, which is not allowed to
  24. use graphics.  Ditto for Kermit 95.
  25.  
  26. - Frank